home *** CD-ROM | disk | FTP | other *** search
/ Teach Your Children: Road Construction Ahead / Teach Your Children: Road Construction Ahead.iso / pc / rca / road.dxr / 00155_S+S.logo.ls < prev    next >
Encoding:
Text File  |  1996-07-17  |  514 b   |  16 lines

  1. global gCDpath, gFileSep
  2.  
  3. on exitFrame
  4.   set the pausedAtStart of cast the castNum of sprite 1 to 0
  5.   set the movieRate of sprite 1 to 1
  6.   repeat while the movieTime of sprite 1 < the duration of cast the castNum of sprite 1
  7.     updateStage()
  8.   end repeat
  9.   set the pausedAtStart of cast the castNum of sprite 1 to 1
  10.   preLoad(label("Loading"), label("EndIntro"))
  11.   puppetTransition(51, 1)
  12.   go(the frame + 1)
  13.   go("Loading")
  14.   sound playFile 1, gCDpath & "SOUND" & gFileSep & "GLOBAL" & gFileSep & "Rcatitle"
  15. end
  16.